github.com/jackc/pgx/v5/internal/stmtcache.LRUCache.tail (field)
6 uses
github.com/jackc/pgx/v5/internal/stmtcache (current package)
lru_cache.go#L19: tail *lruNode
lru_cache.go#L39: tail: tail,
lru_cache.go#L97: for node := c.head.next; node != c.tail; {
lru_cache.go#L106: c.head.next = c.tail
lru_cache.go#L107: c.tail.prev = c.head
lru_cache.go#L135: node := c.tail.prev
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)